home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / AEAXI5 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.1 KB  |  27 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import com.sun.java.swing.event.ListDataEvent;
  4. import com.sun.java.swing.event.ListDataListener;
  5.  
  6. class BasicComboBoxUI$ComboBoxListDataListener implements ListDataListener {
  7.    // $FF: synthetic field
  8.    BasicComboBoxUI this$0;
  9.  
  10.    public void contentsChanged(ListDataEvent e) {
  11.       this.this$0.isMinimumSizeDirty = true;
  12.    }
  13.  
  14.    public void intervalAdded(ListDataEvent e) {
  15.       this.contentsChanged(e);
  16.    }
  17.  
  18.    public void intervalRemoved(ListDataEvent e) {
  19.       this.contentsChanged(e);
  20.    }
  21.  
  22.    // $FF: synthetic method
  23.    BasicComboBoxUI$ComboBoxListDataListener(BasicComboBoxUI this$0) {
  24.       this.this$0 = this$0;
  25.    }
  26. }
  27.